home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 August (Alt) / CHIP 2005-08.1.iso / program / guvenlik / syslinux-3.07.exe / memdisk / start32.S < prev    next >
Encoding:
Text File  |  2003-04-15  |  196 b   |  10 lines

  1. # $Id: start32.S,v 1.1 2003/04/15 19:29:59 hpa Exp $
  2. #
  3. # Simple stub to get us to the right point in the 32-bit code;
  4. # this module must be linked first
  5. #
  6.     .text
  7.     .globl _start
  8. _start:
  9.     jmp setup
  10.